3.2.83 \(\int x (a x^n)^{-1/n} \, dx\) [183]

Optimal. Leaf size=15 \[ x^2 \left (a x^n\right )^{-1/n} \]

[Out]

x^2/((a*x^n)^(1/n))

________________________________________________________________________________________

Rubi [A]
time = 0.00, antiderivative size = 15, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, integrand size = 13, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.154, Rules used = {15, 8} \begin {gather*} x^2 \left (a x^n\right )^{-1/n} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[x/(a*x^n)^n^(-1),x]

[Out]

x^2/(a*x^n)^n^(-1)

Rule 8

Int[a_, x_Symbol] :> Simp[a*x, x] /; FreeQ[a, x]

Rule 15

Int[(u_.)*((a_.)*(x_)^(n_))^(m_), x_Symbol] :> Dist[a^IntPart[m]*((a*x^n)^FracPart[m]/x^(n*FracPart[m])), Int[
u*x^(m*n), x], x] /; FreeQ[{a, m, n}, x] &&  !IntegerQ[m]

Rubi steps

\begin {align*} \int x \left (a x^n\right )^{-1/n} \, dx &=\left (x \left (a x^n\right )^{-1/n}\right ) \int 1 \, dx\\ &=x^2 \left (a x^n\right )^{-1/n}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.00, size = 15, normalized size = 1.00 \begin {gather*} x^2 \left (a x^n\right )^{-1/n} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[x/(a*x^n)^n^(-1),x]

[Out]

x^2/(a*x^n)^n^(-1)

________________________________________________________________________________________

Maple [F]
time = 0.01, size = 0, normalized size = 0.00 \[\int x \left (a \,x^{n}\right )^{-\frac {1}{n}}\, dx\]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x/((a*x^n)^(1/n)),x)

[Out]

int(x/((a*x^n)^(1/n)),x)

________________________________________________________________________________________

Maxima [A]
time = 0.32, size = 20, normalized size = 1.33 \begin {gather*} \frac {x^{2}}{a^{\left (\frac {1}{n}\right )} {\left (x^{n}\right )}^{\left (\frac {1}{n}\right )}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x/((a*x^n)^(1/n)),x, algorithm="maxima")

[Out]

x^2/(a^(1/n)*(x^n)^(1/n))

________________________________________________________________________________________

Fricas [A]
time = 0.35, size = 9, normalized size = 0.60 \begin {gather*} \frac {x}{a^{\left (\frac {1}{n}\right )}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x/((a*x^n)^(1/n)),x, algorithm="fricas")

[Out]

x/a^(1/n)

________________________________________________________________________________________

Sympy [A]
time = 0.33, size = 10, normalized size = 0.67 \begin {gather*} x^{2} \left (a x^{n}\right )^{- \frac {1}{n}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x/((a*x**n)**(1/n)),x)

[Out]

x**2/(a*x**n)**(1/n)

________________________________________________________________________________________

Giac [A]
time = 2.88, size = 9, normalized size = 0.60 \begin {gather*} \frac {x}{a^{\left (\frac {1}{n}\right )}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x/((a*x^n)^(1/n)),x, algorithm="giac")

[Out]

x/a^(1/n)

________________________________________________________________________________________

Mupad [B]
time = 1.06, size = 15, normalized size = 1.00 \begin {gather*} \frac {x^2}{{\left (a\,x^n\right )}^{1/n}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x/(a*x^n)^(1/n),x)

[Out]

x^2/(a*x^n)^(1/n)

________________________________________________________________________________________